basic EDA

Plot

EHF plot

##  [1] 2021 1936 1977 1966 2010 1941 2023 1939 1934 1961 1983 2016

plot 90th compare different based year

plot certain year temp dist vs baseline 90th

plot 90th (blue) vs all year temp dist (grey). Based line is all year.

Analyze the hw

prepare for the data

## # A tibble: 34 × 7
##    Month   Day Percentile_90 MAX_TEMP_YEAR DayOfYear Condition Cumulative_Count
##    <int> <int>         <dbl>         <dbl>     <dbl> <lgl>                <dbl>
##  1     1     1          4.02           4.7         1 TRUE                     1
##  2     1     2          3.9            6.8         2 TRUE                     2
##  3     1    12          3.9            4          12 TRUE                     1
##  4     1    25          4.31           4.9        25 TRUE                     1
##  5     1    26          4.42           6.7        26 TRUE                     2
##  6     1    27          4.6            5.2        27 TRUE                     3
##  7     3    17          7.91           9.4        76 TRUE                     1
##  8     3    18          8.01          13.5        77 TRUE                     2
##  9     3    19          8.2           11.8        78 TRUE                     3
## 10     3    20          8.3           13.8        79 TRUE                     4
## # ℹ 24 more rows

plot overall count of hw through years

plot for heat map

seperate view of the heatmap

examine specific year (grep line vs 90 vs specific year)

according bar

Plot EHF vs Percentile_90 for specific year

1958

1941

2015

2022

1978